-
Notifications
You must be signed in to change notification settings - Fork 80
Create PerSegmentBaseModel, PerSegmentPredictionIntervalModel, PerSegmentModel #537
Conversation
Codecov Report
@@ Coverage Diff @@
## master #537 +/- ##
==========================================
- Coverage 87.83% 87.49% -0.35%
==========================================
Files 118 118
Lines 5704 5740 +36
==========================================
+ Hits 5010 5022 +12
- Misses 694 718 +24
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have some question considering Prophet and SARIMAX
etna/models/base.py
Outdated
) | ||
result_list.append(segment_predict) | ||
|
||
# need real case to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it still relevant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No ideas)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove it then
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Let's remove deprecated comments and let's merge.
IMPORTANT: Please do not create a Pull Request without creating an issue first.
Before submitting (must do checklist)
Type of Change
Proposed Changes
Related Issue
Closing issues
closes #506